[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Write block device control string
This call allow arbirtary control strings to be send to
a block device.
Entry:
AX = 4405h
BX = Drive (0=Current, 1=A, 2=B, ...)
CX = Number of bytes to transfer
DS:DX = Address of buffer
Return:
CF = 1
AX = Error code
CF = 0
AX = Number of chars written
Note: This call is not valid on character devices
("Invalid" will be returned). If the drive is invalid,
"Access Denied will be returned
See Also:
INT 21h, 4404h
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson